text/template/parse.Tree.hasFunction (method)

4 uses

	text/template/parse (current package)
		parse.go#L227: 	lex.breakOK = !t.hasFunction("break")
		parse.go#L228: 	lex.continueOK = !t.hasFunction("continue")
		parse.go#L733: 		if checkFunc && !t.hasFunction(token.val) {
		parse.go#L767: func (t *Tree) hasFunction(name string) bool {